home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1049 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: mail2news.demon.co.uk!dookie.demon.co.uk
  2. From: Jonathan Belson <jon@dookie.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: New C2P
  5. Date: Sun, 14 Jan 96 16:32:23 GMT
  6. Message-ID: <9601141632.AA00423@dookie.demon.co.uk>
  7. References: <4ctiib$2ok@irz305.inf.tu-dresden.de> <38231962@kone.fipnet.fi> <9601111903.AA0041d@dookie.demon.co.uk> <4d5m8o$f38@brachio.zrz.TU-Berlin.DE>
  8. X-NNTP-Posting-Host: dookie.demon.co.uk
  9. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  10. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!dookie.demon.co.uk
  11.  
  12. Philipp Boerker (rawneiha@w352zrz.zrz.TU-Berlin.DE) wrote:
  13.  
  14. : >: It is because of the instrction burst in the 68030 and upwards.
  15. : >: They benefit of having the loop startpoint 16 bytes aligned.
  16. : >For  burst  mode  to  make a difference in execution speed, you need static
  17. : >column RAM, surely?
  18. : No, you don't. Try your 030 with Instr Burst disabled...
  19.  
  20. I  tried  SysInfo with all combinations of IBurst and DBurst, no difference
  21. at all.
  22.  
  23. I had a look through one of my university texts :  'During a read miss, the
  24. cache may optionally fill the entire cache line from main memory using four
  25. longword  read  operations  in a special burst mode.  This feature improves
  26. the performance of systems with certain types of memory chips that can read
  27. from  consecutive  addresses  faster  than  they  can  read  from  "random"
  28. addresses' [Wakerly], ie.  static column ram.
  29.  
  30. C-YA
  31. Jon
  32.